home *** CD-ROM | disk | FTP | other *** search
- goto init
-
- dial:
- strcmp s4 " "
- if success
- return
- endif
- isfile s4
- if success
- return
- endif
- clear
- box 00 00 02 79 n9
- atsay 00 08 n9 "╤══════════╤═════════════════════════════╤"
- atsay 01 08 n9 "│ │ │"
- atsay 02 08 n9 "╧══════════╧═════════════════════════════╧"
- atsay 01 02 n8 "PAPHI"
- atsay 01 10 n8 s4
- atsay 01 21 n8 "Philadelphia, PA 215"
- atsay 01 51 n8 s5
- locate 05 00
- transmit "I^m"
- pause 1
- transmit "ATZ^m"
- waitfor "OK"
- transmit "^E^m"
- waitfor "READY"
- transmit "D"
- transmit S4
- transmit "^m"
- rget s1
- rget s1 80 40
- rget s1 40 40
- rget s1 40 40
-
- mess:
- find s1 "BUSY"
- if found
- strcpy s9 "M"
- return
- endif
- find s1 "ANSWER TONE"
- if found
- clear
- log open s4
- alarm 2
- exit
- endif
- find s1 "RINGING"
- if found
- rget s1
- find s1 "RINGING"
- if not found
- goto mess
- else
- log open s4
- message "APCP: No answer - still ringing"
- log close
- transmit "^C^D^C"
- endif
- else
- endif
- return
-
- top:
- find s0 "A"
- if found
- strcpy s4 "887-0986"
- strcpy s5 "Chat Lounge "
- gosub dial
- endif
- find s0 "B"
- if found
- strcpy s4 "743-1799"
- strcpy s5 "Que "
- gosub dial
- endif
- find s0 "C"
- if found
- strcpy s4 "649-5422"
- strcpy s5 "Comm Net "
- gosub dial
- endif
- find s0 "D"
- if found
- strcpy s4 "356-0860"
- strcpy s5 "Newtown Square "
- gosub dial
- endif
- find s0 "E"
- if found
- strcpy s4 "635-5227"
- strcpy s5 "PACS "
- gosub dial
- endif
- find s0 "F"
- if found
- strcpy s4 "663-1487"
- strcpy s5 "Softshop "
- gosub dial
- endif
- find s0 "G"
- if found
- strcpy s4 "745-6277"
- strcpy s5 "Philly Nochange "
- gosub dial
- endif
- find s0 "H"
- if found
- strcpy s4 "787-6843"
- strcpy s5 "Temple University "
- gosub dial
- endif
- find s0 "I"
- if found
- strcpy s4 "884-6122"
- strcpy s5 "DBMS "
- gosub dial
- endif
- find s0 "J"
- if found
- strcpy s4 "922-2541"
- strcpy s5 "Scooter Scientific "
- gosub dial
- endif
- find s0 "K"
- if found
- strcpy s4 "331-0341"
- strcpy s5 "DE Valley Computer Club "
- gosub dial
- endif
- find s0 "L"
- if found
- strcpy s4 "338-6005"
- strcpy s5 "Micro BBS "
- gosub dial
- endif
- find s0 "M"
- if found
- strcpy s4 "493-5242"
- strcpy s5 "Buck's Telematics "
- gosub dial
- endif
- find s0 "N"
- if found
- strcpy s4 "563-9211"
- strcpy s5 "Datanet "
- gosub dial
- endif
- find s0 "O"
- if found
- strcpy s4 "638-1176"
- strcpy s5 "Citadel BBS "
- gosub dial
- endif
- find s0 "P"
- if found
- strcpy s4 "752-2053"
- strcpy s5 "PC, Jr. "
- gosub dial
- endif
- find s0 "Q"
- if found
- strcpy s4 "753-8996"
- strcpy s5 "Telematics C SIG "
- gosub dial
- endif
- find s0 "R"
- if found
- strcpy s4 "783-0291"
- strcpy s5 "Valley Forge Computer Club "
- gosub dial
- endif
- find s0 "S"
- if found
- strcpy s4 "789-5216"
- strcpy s5 "Night Owl "
- gosub dial
- endif
- find s0 "T"
- if found
- strcpy s4 "825-3205"
- strcpy s5 "System 2 "
- gosub dial
- endif
- find s0 "U"
- if found
- strcpy s4 "848-5728"
- strcpy s5 "8/N/1 #004 "
- gosub dial
- endif
- find s0 "V"
- if found
- strcpy s4 "927-6432"
- strcpy s5 "TIBBS "
- gosub dial
- endif
- find s0 "W"
- if found
- strcpy s4 "928-7503"
- strcpy s5 "JeBBS Jefferson Medical "
- gosub dial
- endif
- find s0 "X"
- if found
- strcpy s4 "945-4780"
- strcpy s5 "WCS TBBS "
- gosub dial
- endif
- find s0 "Y"
- if found
- strcpy s4 "945-8182"
- strcpy s5 "Coast Nochange "
- gosub dial
- endif
- find s0 "Z"
- if found
- strcpy s4 "947-5240"
- strcpy s5 "Huntingdon BBS "
- gosub dial
- endif
- find s0 "0"
- if found
- strcpy s4 " "
- strcpy s5 " "
- gosub dial
- endif
- find s0 "1"
- if found
- strcpy s4 " "
- strcpy s5 " "
- gosub dial
- endif
- find s0 "2"
- if found
- strcpy s4 " "
- strcpy s5 " "
- gosub dial
- endif
- find s0 "3"
- if found
- strcpy s4 " "
- strcpy s5 " "
- gosub dial
- endif
- find s0 "4"
- if found
- strcpy s4 " "
- strcpy s5 " "
- gosub dial
- endif
- find s0 "5"
- if found
- strcpy s4 " "
- strcpy s5 " "
- gosub dial
- endif
- find s0 "6"
- if found
- strcpy s4 " "
- strcpy s5 " "
- gosub dial
- endif
- find s0 "7"
- if found
- strcpy s4 " "
- strcpy s5 " "
- gosub dial
- endif
- find s0 "8"
- if found
- strcpy s4 " "
- strcpy s5 " "
- gosub dial
- endif
- find s0 "9"
- if found
- strcpy s4 " "
- strcpy s5 " "
- gosub dial
- endif
- find s0 "@"
- if found
- strcpy s4 " "
- strcpy s5 " "
- gosub dial
- endif
- find s0 "#"
- if found
- strcpy s4 " "
- strcpy s5 " "
- gosub dial
- endif
- find s0 "$"
- if found
- strcpy s4 " "
- strcpy s5 " "
- gosub dial
- endif
- find s0 "%"
- if found
- strcpy s4 " "
- strcpy s5 " "
- gosub dial
- endif
- find s0 "&"
- if found
- strcpy s4 " "
- strcpy s5 " "
- gosub dial
- endif
- find s0 "*"
- if found
- strcpy s4 " "
- strcpy s5 " "
- gosub dial
- endif
- find s9 "M"
- if found
- strcpy s9 " "
- goto top
- endif
- clear
- box 00 00 02 79 n9
- atsay 01 02 n8 "APCP: All numbers connected / didn't answer ... terminating ..."
- locate 05 00
- alarm 2
- exit
-
- init:
- strcpy s9 " "
- log close
- clear
- init n9 07
- init n8 07
- box 00 00 22 38 n9
- box 00 41 22 79 n9
- atsay 01 02 n8 "A Chat Lounge ............ 887-0986"
- atsay 02 02 n8 "B Que .................... 743-1799"
- atsay 03 02 n8 "C Comm Net ............... 649-5422"
- atsay 04 02 n8 "D Newtown Square ......... 356-0860"
- atsay 05 02 n8 "E PACS ................... 635-5227"
- atsay 06 02 n8 "F SoftShop ............... 663-1487"
- atsay 07 02 n8 "G Philly NoChange ........ 745-6277"
- atsay 08 02 n8 "H Temple University ...... 787-6843"
- atsay 09 02 n8 "I DBMS ................... 884-6122"
- atsay 10 02 n8 "J Scooter Scientific ..... 922-2541"
- atsay 11 02 n8 "K DE Valley Computer Club 331-0341"
- atsay 12 02 n8 "L Micro BBS .............. 338-6005"
- atsay 13 02 n8 "M Buck's Telematics ...... 493-5242"
- atsay 14 02 n8 "N Datanet ................ 563-9211"
- atsay 15 02 n8 "O Citadel BBS ............ 638-1176"
- atsay 16 02 n8 "P PC, Junior ............. 752-2053"
- atsay 17 02 n8 "Q Telematics C SIG ....... 753-8996"
- atsay 18 02 n8 "R Valley Forge Computer .. 783-0291"
- atsay 19 02 n8 "S Night Owl .............. 789-5216"
- atsay 20 02 n8 "T System 2 ............... 825-3205"
- atsay 21 02 n8 "U 8/N/1 #004 ............. 848-5728"
- atsay 01 43 n8 "V TIBBS .................. 927-6432"
- atsay 02 43 n8 "W JeBBS Jefferson Med .... 928-7503"
- atsay 03 43 n8 "X WCS TBBS ............... 945-4780"
- atsay 04 43 n8 "Y Coast Nochange ......... 945-8182"
- atsay 05 43 n8 "Z Huntingdon BBS ......... 947-5240"
- atsay 06 43 n8 "0 ........................ ... ...."
- atsay 07 43 n8 "1 ........................ ... ...."
- atsay 08 43 n8 "2 ........................ ... ...."
- atsay 09 43 n8 "3 ........................ ... ...."
- atsay 10 43 n8 "4 ........................ ... ...."
- atsay 11 43 n8 "5 ........................ ... ...."
- atsay 12 43 n8 "6 ........................ ... ...."
- atsay 13 43 n8 "7 ........................ ... ...."
- atsay 14 43 n8 "8 ........................ ... ...."
- atsay 15 43 n8 "9 ........................ ... ...."
- atsay 16 43 n8 "@ ........................ ... ...."
- atsay 17 43 n8 "# ........................ ... ...."
- atsay 18 43 n8 "$ ........................ ... ...."
- atsay 19 43 n8 "% ........................ ... ...."
- atsay 20 43 n8 "& ........................ ... ...."
- atsay 21 43 n8 "* ........................ ... ...."
- locate 23 00
- get s0
- goto top
- return
-